* multi - apostrophes (') in the query now don't generate errors
* pcm - Thad K. updated.
* qsfind - Changed to display a popup window instead of an alert dialog when no match is found.
* setiq - MLL added warning to description about password retention
* setiq - new switches : connect and display
* so - Non-digits characters are removed form the search string
* temp - Steven Ehrbar added Kelvin and Rankine conversions, /centigrade switch
* thw - updated the search (the form changed on the site) and added /category switch
* ups - now allows spaces in tracking number(s)
* ups - Tim Dierks fixed to zero out old search values from the form and edit out non-alphanumerics (since value was used in eval, single quotes could cause JS errors).
* yp - Tim Dierks added support for addresses
Enhancements
* Names that resemble FTP servers (i.e., start with "ftp.") are opened
with the ftp: protocol. (Feature request #598368)
* Brent Beardsley modified the add-on support to load all xml files
for an add-on, not just one.
* Incorporated Thad Kerosky's changes to googlespell add-on to display
results in a popup window. Added a common method, displayPopupMessage,
to defer_tools.js.
* dictionarypop add-on is now available (from Thad Kerosky)
* install now bundled with xplocalsearch.css, to be used as localsearch.css to make
things match with XP default theme.
* changed default length of retained search history from 50 to 1000.
* Added Finnish translation (from Toni Viemero)
* switches now can contain . and -. This is used here: jdk HashMap /1.3
* changed defer_tools.js for special searches like setiq.xml that need
several forms opened in one window
* added empty localprefs.js and localsearch.css to install, instead of
requiring user to create them if they don't exist.
* Shift-F8 and Shift-Ctrl-B now search forward through the history
instead of searching for a prefix
* Dutch holidays to 2013 (in both Dutch and English language) from Johan Geertsma
* Modified 'shortcut' detection to allow shortcuts starting with numbers
* Andrew Francis added basic character escaping to the date/time format string.
Allows use of literal characters like 'd' that would normally be interpreted
as date/time formats.
* Modified automatic update notification to default to only final releases. This
can customized to notify for final or beta and final releases.
* Modified update check to display a message box if there
was an error (e.g., no internet) and there was an explicit
check.
* Italian holidays thru 2020 from Tom Creek
* Sean Farrell added Microsoft Outlook option for calendar
* 2002 Italian holidays from Tom Creek
* 2002-2020 French holidays
* 2002-2005 Australia NSW holidays from Steve Lin
* Added check for newer version
* Will rewrote the 'window finding' code to use a 'document' object
passed-in from the script, rather than the original method of wandering
around class names. The latter always looked fragile, and has proved to
be so in real life.
Bug Fixes
* Made googlespell add-on function names unique so there would not be
any collisions with other methods.
* changed progid for MSXML component from MSXML.DOMDocument to MSXML2.DOMDocument